home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 200
- Top = 108
- Width = 243
- Height = 120
- BorderIcons = [biSystemMenu]
- Caption = 'Main Form'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 16
- Top = 16
- Width = 201
- Height = 25
- Caption = 'Show with no registration'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 56
- Width = 201
- Height = 25
- Caption = 'Register and show'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-